Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

회고 서비스 작성 #22

Closed
wants to merge 24 commits into from
Closed

회고 서비스 작성 #22

wants to merge 24 commits into from

Conversation

sjhjack
Copy link
Contributor

@sjhjack sjhjack commented Sep 22, 2024

📑 개요

✅ PR 체크리스트


  • 🔀 PR 제목의 형식을 잘 작성했나요?
  • 💯 테스트는 잘 통과했나요?
  • 🏗️ 빌드는 성공했나요?
  • 🧹 불필요한 코드는 제거했나요?
  • 💭 이슈는 등록했나요?
  • 🏷️ 라벨은 등록했나요?

🚀 상세 작업 내용


  • Review Controller, Service 위치 변경
     - domain.jpamongo-review-domain -> application.wypl-core
  • WyplCoreApplication 위치 변경 -> basePackages 적용
  • Request, Response Record 추가, 리뷰 타입 Enum 추가
  • Service, Repository 마이그레이션
     - 회고 조회, 작성, 수정, 삭제 기능
     - MemberSchedule 관련 로직 수정
  • ReviewUtils 추가
     - 리뷰id, 멤버id에 해당하는 회고 조회
  • Review Exception 추가
     - 회고 컨텐츠 검증 로직
     - 회고 존재 여부 검증 로직

📁 ETC


@sjhjack sjhjack self-assigned this Sep 22, 2024
@sjhjack sjhjack linked an issue Sep 22, 2024 that may be closed by this pull request
Copy link

📄 Image Server Jacoco Coverage Report

Overall Project 88.81% 🍏

There is no coverage information present for the Files changed

Copy link
Member

@KIMSEI1124 KIMSEI1124 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

궁금한 사항을 달아놨습니다!

한번 보시고 알려주세요!

Copy link

📄 Image Server Jacoco Coverage Report

Overall Project 88.81% 🍏

There is no coverage information present for the Files changed

@sjhjack
Copy link
Contributor Author

sjhjack commented Sep 22, 2024

@sjhjack sjhjack closed this Sep 22, 2024
@sjhjack sjhjack deleted the feat/#21 branch September 22, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

회고 기능 작성
2 participants